SOUND LOOPING
This command will return an integer value of one if the specified Sound Number is looping, otherwise zero will be returned.
Return Integer=SOUND LOOPING(Sound Number)
Sound Number
Integer
The sound number
The command will return an integer value of one if the specified Sound Number is looping, otherwise zero will be returned
cls
load sound "man.wav",1
play sound 1
print"is sound looping "+str$(sound looping(1))
wait 1000*8
stop sound 1
loop sound 1
wait 1000*8
print"is sound looping "+str$(sound looping(1))
do
loop
end
SOUND Commands Menu
Index